This example explains how to set up the the Despatch Note (Single) layout so that you can email despatch notes to preferred customer contacts or to a delivery address contacts.
Despatch notes are automatically sent to a delivery address when one is entered on a sales order, and to a customer account address when no delivery address is entered.
You can use the Expression Editor in Report Designer to choose the email recipients of despatch notes. This enables you to choose the email recipients based on information entered on a sales order. Despatch notes have more than header. The header that is used when the despatch note is printed depends on whether a delivery address has been entered on the order. You can use the complex expression in this example to send the despatch note to the email address associated with the delivery address when one is present and the customer contact when no delivery address is entered.
This example explains how to:
Set up a despatch note layout in Report Designer so that you can automatically email despatch notes to a delivery address contact or a specified customer contact.
Open: Report Designer > Report Designer.
Select your despatch note layout: File Explorer > Layouts.
Enter your email options:
From the Email message should contain: drop-down list, choose the group that matches the header section of the despatch note layout.
For the SOP despatch note (Single ) layout, select the group that contains the SOPDespatchReceiptID. This can be Group 4, 5 or 6 as these are all headers for the despatch note.
Click To..., and enter the required recipients. To send your despatch notes to your customer account contacts or delivery address contact, this must be entered as an expression.
In the Expressions section, click Add .
Drag the following from the Fields pane to the Expression Editor section:
SL Customer Accounts > ContactEmailAddress.
To copy this expression from a text file, click here.
In the Expressions section, click Add .
Enter the following expression:
(SOPOrderReturns.CustomerTypeID=0) ? SLCustomerAccounts.ContactEmailAddress :
( SOPOrderReturns.UseInvoiceAddress=0 ? SOPDocDelAddresses.EmailAddress :SLCustomerAccounts.ContactEmailAddress)
To copy this expression from a text file, click here.
If required, click CC... to enter the recipients for a copy of the email.
These can be entered as text or as an expression. For example, if you wanted to send the despatch note to the delivery address and a copy to the specified customer contact.
Enter a Subject for the email:
This can be entered as text or you can use an expression to include information such as your company name and the despatch note number.
Click Subject.
Drag the following from the Fields Pane:
SYSCompanies > CompanyName.
In the Expression Editor, enter + " Despatch Note No " +
Note: To add more than one expression use + or and. If you want to include text with an expression use "quotation marks" around the text.
Drag the following from the Fields pane:
SOPDespatchReceipts > DocumentNo.
The completed expression should be as follows:
SYSCompanies.CompanyName + "Despatch Note No " + DespacthReceitps.DocumentNo.
To copy this expression from a text file, click here.
Choose whether to send the report as plain text or as an attachment.
If you want to send the report as plain text, you may have to amend the layout to make it suitable for an email message, as the layout is designed for printed output.
Note: Some layouts contain text that is designed to be read by a 3rd party document management add on available for Sage 200. This text is not designed to be printed but will appear when the document is sent as plain text. You may want remove this if you are sending your emails as plain text.
Enter a Filename for the attachment.
You can use an expression for this if you want the filename to include information such as your company name and the despatch note number.
Click Filename.
Drag the following from the Fields Pane:
SYSCompanies > CompanyName.
Drag the following from the Fields pane:
SOPDespatchReceipts > DocumentNo.
The completed expression should be as follows:
SYSCompanies.CompanyName + "Despatch Note No:" + SOPInvoiceCredits.DocumentNo.
To copy this expression from a text file, click here.
Choose your email account provider.
Microsoft Outlook | Select this if you are using Microsoft Outlook 2003, 2007 or 2010. |
SMTP |
Select this if you send email using an SMTP provider such as Hotmail, Gmail or Yahoo Mail.
|
MAPI | Select this if your email application uses a MAPI (Outlook / Exchange) mail server. |
Note: You can set up a default email provider for all reports in Report Designer > Tools > Options | Email Setup.
To save the new despatch note layout, select File > Save As.
When you change a default layout, letter or report, you must save the new layout, letter or report in the custom or company folder.
Choose to use the new order despatch layout.
If you want to email your despatch notes to a customer account contact, you must associate a customer role with the Sales despatch note document type.
Set up a new customer role or use an existing one.
Open: ASM > Settings > Customer and Supplier Roles.
Associate this role with the Sales despatch note document type.
Open: ASM > Settings > Customer and Supplier Document Types.
Set up a Preferred Contact for the role with a valid email address for each customer account that you want to send despatch notes to via email.
Open: SL > Sales Accounts > Amend Account Details | Contacts.
If you want to send your despatch notes to the email recipient at the delivery address, make sure that you have entered an email address for each delivery address.
Open: SOP > SOP Maintenance > Customer Delivery Addresses.
Examples
Set up SOP invoices to send via email
Set up purchase orders to send via email
Set up project invoices to send via email
Set up order acknowledgements to send via email
Set up debtor letters to send via email
Other tasks
Overview